home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / xprd / xprd.doc < prev    next >
Text File  |  1995-11-05  |  2KB  |  79 lines

  1. --  this  is  a  quick&dirty "translation" of the german "XPRD.dok".  Don't
  2. expect  to much, but it should give you a quick hint how things work...  
  3. -- Olli
  4.  
  5. §§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§
  6.  
  7. \   /
  8.  \ /
  9.   X          V1.05 / 30.1.1991
  10.  / \
  11. /   \PRD  is  a  utility designed for doing file transfers via the XPR.libs
  12. with  a  standalone  CLI command or from other programms (BBS, Points).  It
  13. offers ability to set every XPR parameter from the commandline.  Also, XPRD
  14. allows  real  batch  upload  (not  to  be  mixed up with the pretty useless
  15. pattern matching...)
  16.  
  17. The calling sequence of XPRD is
  18.  
  19.     XPRD [-options] SEND|RECEIVE [File1 [file2...]]
  20.  
  21. SEND or RECEIVE (distinguished only by the first letter) design to transfer
  22. operation  to  be  done.   File1  ...   give the files to be send (or to be
  23. received  with non-batch-protocols).  If you leave out filenames, a default
  24. filename of "NAPFSUELZE" will be used (for batch-DL only).
  25.  
  26. The following options are avaible:
  27.  
  28.  
  29.     -l<libname>        XPR-Library to use (default is "xprzmodem.library")
  30.  
  31.     -o<string>        option string for XProtocolSetup().
  32.  
  33.     -d<devname>        defines the serial-IO device to be used. Default
  34.             is "serial.device"
  35.  
  36.     -u<unit>        defines the serial-IO device UNIT to be used.
  37.             Default is "0"
  38.  
  39.     -b<num>        defines the size of the read buffer. If this 
  40.             is missed out (or 0), the default value from
  41.             the device setup is used
  42.  
  43.     -x<baud>        defines the speed of the serial device. If this
  44.             is missed out, the default value from the
  45.             device setup is used
  46.  
  47.     -p<xpos,ypos>    defines the XPRD-window's X and Y position
  48.  
  49.     -n            no delay after end of transfer
  50.  
  51.     -f            forces the XPRD-window to be opened on the
  52.             frontmost screen
  53.  
  54.     -s            forces the serial device to be opened in SHARED
  55.             mode
  56.  
  57.     -c            activates carrier detect (will be checked on
  58.             every call to xpr_chkabort())
  59.  
  60.     -i            display version and copyright information
  61.  
  62. The following XPR-routines are implemented yet:
  63.  
  64.  
  65.   fopen,fclose,fread,fwrite,fseek,finfo,ffirst,fnext
  66.   sread,swrite,sflush
  67.   displayupdate,checkabort,unlink
  68.  
  69. Send Bug-Reports, Flames & Co. to:
  70.  
  71.     Oliver Wagner
  72.     Z-Netz: OLIVER_WAGNER@SOLARIS.ZER
  73.     Beutel: Auf dem Stein 5, 3441 Weißenborn, West Germoney
  74.  
  75.  
  76.                    <*>
  77.  
  78.             What is the right thing?
  79.